home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / mac_file / vendor_d / neuralwa / nw2v50 / automate.dat < prev    next >
Text File  |  1993-08-23  |  1KB  |  21 lines

  1. ! Task input file for Automate.exe.  Example tasks...
  2. ! open mynet[.nnd]            ! open an existing network
  3. ! savenet [newfile[.nnd]]     ! save the net (or save as)
  4. ! learn 10000                 ! train a network
  5. ! test                        ! test one pass/all
  6. ! recall                      ! recall one pass/all
  7. ! savebest 10000 500 10       ! savebest (train, test, auto-save)
  8. ! savebest 10000 500 10 .95 2 ! savebest with auto-pruning
  9. ! randomseed 257              ! reset the random number generator
  10. ! initialize                  ! initialize the network
  11. ! disable all                 ! disable each input PE and test
  12. ! disable 2 3 4 5 6           ! disable specific input PE(s) & test
  13. ! set learnfile train[.nna]   ! change the training filename
  14. ! set recallfile test[.nna]   ! change the recall/test filename
  15. ! set testfile test[.nna]     ! change the recall/test filename
  16. ! set disable                 ! disable specific input PEs (no test)
  17. ! holdout 1 3 .2              ! PNN & GRNN tests varying Sigma Scale
  18. ! ! Successful:  open mynet   ! task already processed by Automate.
  19. ! ! Successful:  savebest 10000 1000 10 ! task already processed by Automate.
  20. ! enter your tasks below...
  21.